home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / util / crypt / Ungeek.lha / Ungeek.doc < prev    next >
Encoding:
Text File  |  1998-08-18  |  2.2 KB  |  73 lines

  1.                                 Ungeek 0.3
  2.                                 ----------
  3.  
  4. Ungeek decodes a geekcode block to readable text. For more information on
  5. the geekcode, send your browser to:
  6.  
  7.     http://www.geekcode.com
  8.  
  9. this decoder has its home at:
  10.  
  11.     http://www.cybercomm.nl/~amiga/geekcode/
  12.  
  13. "Ungeek" accepts a text file and finds the geekcode block inside. The [-s]
  14. flag makes Ungeek display the code blocks it reads above the
  15. interpretation. To test ungeek try having it ungeek the block in this doc
  16. file by simply typing "Ungeek Ungeek.doc". This version of Ungeek only
  17. knows how to handle version 3.1 of the geekcode. The latest version of the
  18. source code can be found on the website.
  19.  
  20. To contact: ivo@pimpernel.nl
  21.  
  22.  
  23. -----BEGIN GEEK CODE BLOCK-----
  24. Version: 3.1
  25. GCS @d? s: @a- C(++) UBX*++++ P+ L+> E? W+++ N+ o? K- w--- O? M++$
  26. V? PS+ PE Y-- PGP- t 5 X- R- tv++ b- DI D-- G++ e++(*) h+ !r--
  27. ------END GEEK CODE BLOCK------
  28.  
  29.  
  30.  
  31.                         Notes per operating system
  32.                         --------------------------
  33.  
  34. Notes for Amiga
  35.     Ungeek for Amiga was compiled using SAS/C 6.50. The Amiga C
  36.     compiler is pickey. It wants functions to be declared as "unsigned
  37.     int" rather than just "int". Furthermore the Amiga version needed
  38.     to have extra stack space forced. So the program was extended with
  39.     the commands "__STKNEED = 5000" and "__stack = 5000;". Works fine
  40.     now.
  41.  
  42.     To invoke a file request, run the program like this:
  43.  
  44.      Ungeek `C:RequestFile`
  45.  
  46.     or use the "Ungeek WB" version (requires WB 3.0).
  47.  
  48. BeOS
  49.     Since the program is developed on BeOS, this is the standard and
  50.     therefore always stable and up-to-date. Current version is BeOS
  51.     pre-release 2 on Macintosh PPC hardware.
  52.  
  53. NeXT Step
  54.     Works fine. Currently the application is only available for NeXT
  55.     Step on Intel hardware.
  56.  
  57. MacOS
  58.     I have no idea how to accept standard input. Therefore it only
  59.     works by putting a text file called "geekcodeblock.txt" into the
  60.     current folder. Ungeek will read and interpret this file and send
  61.     the output to SOUIX (the Mac equivalent of stdout from Metrowerks).
  62.  
  63. Sun
  64.     Excellent compiler. Works well. Compiled on Sun Sparc 5 station.
  65.  
  66.  
  67.  
  68. Version history:
  69.  
  70. 0.31 Missing the 20-24 age. Fixed.
  71.      Wouldn't print correct name of processed file. Fixed, sort of.
  72.      Added $VER
  73.